projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2920c5
)
Add nullable annotation to combo_box_text_get_active_text
author
Ryan Westlund
<rlwestlund@gmail.com>
Wed, 24 Jul 2019 02:09:06 +0000
(22:09 -0400)
committer
Ryan Westlund
<rlwestlund@gmail.com>
Wed, 24 Jul 2019 02:59:35 +0000
(22:59 -0400)
gtk/gtkcomboboxtext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcomboboxtext.c
b/gtk/gtkcomboboxtext.c
index b363f71a5311de78128972cab5a11fca525ef2fc..0db2906d812c17a89f83d07ab58a80735a45951a 100644
(file)
--- a/
gtk/gtkcomboboxtext.c
+++ b/
gtk/gtkcomboboxtext.c
@@
-580,7
+580,7
@@
gtk_combo_box_text_remove_all (GtkComboBoxText *combo_box)
* function will return its contents (which will not necessarily
* be an item from the list).
*
- * Returns: (transfer full): a newly allocated string containing the
+ * Returns: (
nullable) (
transfer full): a newly allocated string containing the
* currently active text. Must be freed with g_free().
*/
gchar *